create Blur
Create a new blur, fails if type is unknown or not a valid blur type.
Return
the handle of the newly created blur.
Parameters
type
the type id of the block.
Deprecated
Use type safe overload instead.
Replace with
this.createBlur(BlurType.)Content copied to clipboard
Create a new blur, fails if type is unknown or not a valid blur type.
Return
the handle of the newly created blur.
Parameters
type
the type id of the block.